Skip to main content

Google Calendar Scope

AutomatR.GoogleCalendar.Activities.GoogleCalendarScope

The "Google Calendar Scope" activity in AutomatR is part of the Google Calendar activities package, enabling automation processes to set up Google Calendar with OAuth authentication for a user. This activity facilitates the integration of Google Calendar functionality into your workflows.

Properties

NameDescription
Input
Client IDEnter the client ID for your Google Calendar User's account. String variables containing the client ID.
Client Secret KeyEnter the Client Secret Key for your Google Calendar User's account. String variables containing the client secret key.
Refresh TokenClick to browse for the refresh token and select the mail ID associated with your Google Calendar account. This enables the capture of the API token required to access your Google Calendar account. AuthDetails variable containing the refresh token and associated mail ID.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Google Calendar Scope" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1.

How to use:

  1. Drag and drop the "Google Calendar Scope" activity onto the workflow.
  2. Configure the properties by providing the client ID, client secret key, and refresh token associated with your Google Calendar account.
  3. Optionally, configure the delay and customize the display name.
  4. Connect subsequent activities within the "Google Calendar Scope" activity to perform operations on Google Calendar.

Example: Consider an example where the "Google Calendar Scope" activity is used to set up Google Calendar authentication for a user:

Google Calendar Scope:
Display Name: "Setup Google Calendar"
Client ID: "your_client_id"
Client Secret Key: "your_client_secret_key"
Refresh Token: refreshTokenDetails

In this example, the activity sets up Google Calendar authentication for a user using the provided client ID, client secret key, and refresh token details. The result can be utilized in subsequent Google Calendar activities within the same scope.